How do I troubleshoot a page not found error when configuring IIS6 Windows Server 2003? [Page Not Found]

Posted by Vinicius Ottoni on Server Fault See other posts from Server Fault or by Vinicius Ottoni
Published on 2012-06-14T15:01:20Z Indexed on 2014/06/11 15:29 UTC
Read the original article Hit count: 205

I have configured IIS6 in my windows server 2003 with this link: http://www.simongibson.com/intranet/iis6/

After that I create a new web site inside Web Sites directory. Inside the physical path I created an index.htm that has:

<html>
    <body>Test</body>
</html>

But I got the following error: "The page cannot be found". When I put the same index file inside the Web Site Default physical path, it works.

I configured the new web site with the link above using the IP configuration and without a Host Header.'

What should I do to troubleshoot this or is there an obvious configuration error?

© Server Fault or respective owner

Related posts about windows-server-2003

Related posts about iis